home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20020314-20021006
/
000231_fdc@columbia.edu_Tue Jul 23 14:25:25 EDT 2002.msg
< prev
next >
Wrap
Text File
|
2002-10-06
|
2KB
|
39 lines
Article: 13544 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Server mode current directory
Date: 23 Jul 2002 14:25:19 -0400
Organization: Columbia University
Lines: 22
Message-ID: <ahk72f$o1v$1@watsol.cc.columbia.edu>
References: <ujr68gef4tfva7@corp.supernews.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1027448721 29418 128.59.39.139 (23 Jul 2002 18:25:21 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 23 Jul 2002 18:25:21 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13544
In article <ujr68gef4tfva7@corp.supernews.com>,
SEB <steve@baus-systems.com> wrote:
: I am running into a problem when I send a file to a PC running K95 in server
: mode. I need the file to go into a specific directory and I have a cwd
: <pathname> line in the .ini file I am calling to specify that directory but
: when I talk to the person at the other PC, they are claiming that the file
: is not in the directory specified and when we do a find file, sure enough it
: is in some other unrelated folder such as \windows\system32\adobe...
:
Evidently the CWD command is failing, or the INI file was skipped or not
found, or errored out before the CWD command.
: If I use a cwd line in my .ini file before my server line, should I expect
: the file I transfer to go into that directory?
:
Yes. Of course there are lots of other ways to control where files go.
You could use SET FILE DOWNLOAD DIRECTORY to specify the directory in which
all incoming files are stored, regardless of current directory. Or the
client of the server could give a REMOTE CD command to get to the right
server directory before sending the file.
- Frank